<level xmlType="object">

  <map width="20" height="15" xmlType="object"></map>

  <eventList xmlType="object">
    <event eventName"npc" xmlType="object">
	<setup_cs xmlType="array">
        <2 type="0" message="Who's there?" xmlType="object"></command>
        <1 type="0" message="Knock knock" xmlType="object"></command>
        <0 type="0" message="Hello thar!" xmlType="object"></command>
      </setup_cs>
	<parallel_cs xmlType="array">
        <2 type="0" message="Who's there?" xmlType="object"></command>
        <1 type="0" message="Knock knock" xmlType="object"></command>
        <0 type="0" message="Hello thar!" xmlType="object"></command>
      </parallel_cs>
	<talk_cs xmlType="array">
        <2 type="1" xmlType="object">
        <1 type="0" message="Knock knock" xmlType="object"></command>
        <0 type="0" message="Hello thar!" xmlType="object"></command>
          <trueCode xmlType="array">
            <2 type="0" message="Who's there?" xmlType="object"></command>
            <1 type="0" message="Knock knock" xmlType="object"></command>
            <0 type="0" message="Hello thar!" xmlType="object"></command>
          </trueCode>
          <falseCode xmlType="array">
            <2 type="0" message="Who's there?" xmlType="object"></command>
            <1 type="0" message="Knock knock" xmlType="object"></command>
            <0 type="0" message="Hello thar!" xmlType="object"></command>
          </falseCode>
        </command>
      </talk_cs>
    </event>
  </eventList>

</level>